home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _9F286A5ED12E4A52B8BE2CF1C6CF9AF6 < prev    next >
Encoding:
Text File  |  2000-03-27  |  771 b   |  20 lines

  1. // template file for newyork directory
  2.  
  3. #include "../common/header.ds"
  4.  
  5. output "p:/base/ds/tsr1"
  6.  
  7.  
  8.  
  9. local entity istairsguy
  10. local entity sneak
  11.  
  12. istairsguy = find entity with targetname "istairsguy"
  13. sneak = find entity player
  14.  
  15. // use entity istairsguy // spawns the guy in at the bottom of the steps
  16. // animate entity istairsguy performing action RUN by moving to [-488, 1576, -104] 
  17. // animate entity istairsguy performing action STD_FCORNERPEAK_RT_P_A by turning to [100, -500, 150] targeting entity sneak // this is him peeking around the corner firing
  18.  
  19. animate entity istairsguy performing action STD_FCORNERPEAK_RT_P_A targeting entity sneak // this is him peeking around the corner firing
  20. animate entity istairsguy performing action SCRIPT_RELEASE